source: git/tests/badbegin.out

Last change on this file was c77682a, checked in by Olly Betts <olly@…>, 4 months ago

Stop reporting node stats

These are kind of interesting, but since the advent of surveying with
Disto-X and similar devices which make it quick to shoot multiple
splay legs from each station the number of larger order nodes has
increased and this information is now quite verbose and any utility
it had has substantially declined.

If they're still wanted they could make a reappearance in the future in
aven, with splays excluded when counting the number of legs at each
station.

Fixes #86, reported by Wookey.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1./badbegin.svx:3:7: error: Matching BEGIN command has no survey name
2 *end  foo
3       ^~~
4./badbegin.svx:2: info: Corresponding BEGIN was here
5 *begin
6./badbegin.svx:6:8: error: Survey name doesn't match BEGIN
7 *end   bar
8        ^~~
9./badbegin.svx:4:13: info: Corresponding BEGIN was here
10 *begin      foo
11             ^~~
12./badbegin.svx:8:8: error: Character "<" not allowed in station name (use *SET NAMES to set allowed characters)
13 *begin <
14        ^
15./badbegin.svx:11:5: warning: Survey name omitted from END
16 *end
17     ^
18./badbegin.svx:7:8: info: Corresponding BEGIN was here
19 *begin omitted
20        ^~~~~~~
21
22Removing trailing traverses...
23
24Concatenating traverses...
25
26Simplifying network...
27
28Calculating network...
29
30Calculating traverses...
31
32Calculating trailing traverses...
33
34Calculating statistics...
35
36Survey contains 1 survey station, joined by 0 legs.
37There are 0 loops.
38Total length of survey legs =    0.00m (   0.00m adjusted)
39Total plan length of survey legs =    0.00m
40Total vertical length of survey legs =    0.00m
41
42There were 1 warning(s) and 3 error(s) - no output files produced.
Note: See TracBrowser for help on using the repository browser.